home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / Syn Text Editor 2.1.0.46 / synsetup-2.1.0.46.exe / {app} / syn.exe / 0 / RCDATA / TPROJECTOPTIONSDIALOG / TPROJECTOPTIONSDIALOG.txt
Text File  |  2004-02-29  |  27KB  |  1,043 lines

  1. object ProjectoptionsDialog: TProjectoptionsDialog
  2.   Left = 174
  3.   Top = 362
  4.   BorderStyle = bsDialog
  5.   Caption = 'Projectoptions'
  6.   ClientHeight = 379
  7.   ClientWidth = 386
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 370
  24.     Height = 334
  25.     ActivePage = TabSheet1
  26.     Anchors = [akLeft, akTop, akRight, akBottom]
  27.     TabOrder = 0
  28.     OnChange = PageControl1Change
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'General'
  31.       ImageIndex = 4
  32.       object Label1: TLabel
  33.         Left = 8
  34.         Top = 8
  35.         Width = 62
  36.         Height = 13
  37.         Caption = '&Projectname:'
  38.         FocusControl = txtProjName
  39.       end
  40.       object Label2: TLabel
  41.         Left = 8
  42.         Top = 48
  43.         Width = 45
  44.         Height = 13
  45.         Caption = '&Filename:'
  46.         FocusControl = txtProjFilename
  47.       end
  48.       object Label3: TLabel
  49.         Left = 8
  50.         Top = 256
  51.         Width = 166
  52.         Height = 13
  53.         Caption = '&Before closing this Project execute:'
  54.         FocusControl = cboCloseExec
  55.       end
  56.       object Label4: TLabel
  57.         Left = 8
  58.         Top = 216
  59.         Width = 56
  60.         Height = 13
  61.         Caption = 'Pa&rameters:'
  62.       end
  63.       object txtProjName: TEdit
  64.         Left = 8
  65.         Top = 24
  66.         Width = 346
  67.         Height = 21
  68.         Anchors = [akLeft, akTop, akRight]
  69.         TabOrder = 0
  70.       end
  71.       object txtProjFilename: TEdit
  72.         Left = 8
  73.         Top = 64
  74.         Width = 326
  75.         Height = 21
  76.         Anchors = [akLeft, akTop, akRight]
  77.         Color = clBtnFace
  78.         ReadOnly = True
  79.         TabOrder = 1
  80.       end
  81.       object btnBrowse: TCorelButton
  82.         Left = 339
  83.         Top = 64
  84.         Width = 17
  85.         Height = 21
  86.         Hint = 'Save as'
  87.         Anchors = [akTop, akRight]
  88.         Caption = '...'
  89.         ParentShowHint = False
  90.         ShowHint = True
  91.         TabOrder = 2
  92.         OnClick = btnBrowseClick
  93.       end
  94.       object chkShowProject: TCheckBox
  95.         Left = 8
  96.         Top = 88
  97.         Width = 297
  98.         Height = 17
  99.         Caption = '&Show Workspace when loading this Project'
  100.         TabOrder = 3
  101.       end
  102.       object rgLoadProjectfiles: TRadioGroup
  103.         Left = 8
  104.         Top = 112
  105.         Width = 346
  106.         Height = 73
  107.         Anchors = [akLeft, akTop, akRight]
  108.         Caption = 'Load Projectfiles'
  109.         Items.Strings = (
  110.           'Load &none'
  111.           'Load &all'
  112.           'As in &last session')
  113.         TabOrder = 4
  114.       end
  115.       object chkSortFiles: TCheckBox
  116.         Left = 8
  117.         Top = 192
  118.         Width = 297
  119.         Height = 17
  120.         Caption = 'S&ort files alphabetically'
  121.         TabOrder = 5
  122.       end
  123.       object cboCloseExec: TComboBox
  124.         Left = 8
  125.         Top = 272
  126.         Width = 346
  127.         Height = 21
  128.         Style = csDropDownList
  129.         Anchors = [akLeft, akTop, akRight]
  130.         ItemHeight = 13
  131.         TabOrder = 6
  132.         OnClick = cboCloseExecClick
  133.         OnDropDown = cboCloseExecDropDown
  134.       end
  135.       object btnVars: TCorelButton
  136.         Tag = 3
  137.         Left = 335
  138.         Top = 232
  139.         Width = 17
  140.         Height = 21
  141.         Hint = 'Variables'
  142.         Caption = '>'
  143.         ParentShowHint = False
  144.         ShowHint = True
  145.         TabOrder = 7
  146.         OnClick = btnToolCommParamClick
  147.       end
  148.       object txtRunParams: TEdit
  149.         Left = 8
  150.         Top = 232
  151.         Width = 321
  152.         Height = 21
  153.         TabOrder = 8
  154.       end
  155.     end
  156.     object TabSheet2: TTabSheet
  157.       Caption = 'Files'
  158.       ImageIndex = 5
  159.       object Panel1: TPanel
  160.         Left = 8
  161.         Top = 8
  162.         Width = 346
  163.         Height = 25
  164.         Alignment = taLeftJustify
  165.         Anchors = [akLeft, akTop, akRight]
  166.         BevelOuter = bvLowered
  167.         Caption = ' Projectfiles:'
  168.         TabOrder = 1
  169.         object TBToolbar2: TTBToolbar
  170.           Left = 201
  171.           Top = 1
  172.           Width = 144
  173.           Height = 23
  174.           Align = alRight
  175.           Caption = 'Projectfiles'
  176.           Images = CommandsDataModule.imlFilesToolBar
  177.           ParentShowHint = False
  178.           ShowHint = True
  179.           TabOrder = 0
  180.           object TBItem8: TTBItem
  181.             Action = actFilesAdd
  182.           end
  183.           object TBItem26: TTBItem
  184.             Action = actFileAddFolder
  185.           end
  186.           object TBItem7: TTBItem
  187.             Action = actFilesOpen
  188.           end
  189.           object TBItem6: TTBItem
  190.             Action = actFilesRemove
  191.           end
  192.           object TBSeparatorItem2: TTBSeparatorItem
  193.           end
  194.           object TBItem10: TTBItem
  195.             Action = actFilesUp
  196.           end
  197.           object TBItem9: TTBItem
  198.             Action = actFilesDown
  199.           end
  200.         end
  201.       end
  202.       object lstProjFiles: TListBox
  203.         Left = 8
  204.         Top = 40
  205.         Width = 346
  206.         Height = 254
  207.         Anchors = [akLeft, akTop, akRight, akBottom]
  208.         ItemHeight = 13
  209.         PopupMenu = popFiles
  210.         Style = lbOwnerDrawFixed
  211.         TabOrder = 0
  212.         OnDblClick = actFilesOpenExecute
  213.         OnDrawItem = lstProjFilesDrawItem
  214.         OnMouseDown = lstProjFilesMouseDown
  215.       end
  216.     end
  217.     object TabSheet4: TTabSheet
  218.       Caption = 'Profiles'
  219.       ImageIndex = 9
  220.       inline RunProgsFrame: TRunProgsFrame
  221.         Width = 362
  222.         Height = 306
  223.         Align = alClient
  224.         inherited lblProgram: TLabel
  225.           Top = 186
  226.         end
  227.         inherited lblDir: TLabel
  228.           Top = 234
  229.         end
  230.         inherited lblCompMess: TLabel
  231.           Top = 258
  232.         end
  233.         inherited lblArguments: TLabel
  234.           Top = 212
  235.         end
  236.         inherited lblTimeout: TLabel
  237.           Left = 72
  238.           Top = 288
  239.         end
  240.         inherited lblDelay: TLabel
  241.           Left = 176
  242.           Top = 288
  243.         end
  244.         inherited lblNeedExit: TLabel
  245.           Left = 288
  246.           Top = 288
  247.         end
  248.         inherited cboRunProfile: TComboBox
  249.           Width = 275
  250.         end
  251.         inherited btnEditProfile: TCorelButton
  252.           Left = 336
  253.         end
  254.         inherited Panel1: TPanel
  255.           Width = 346
  256.           inherited TBToolbar3: TTBToolbar
  257.             Left = 201
  258.           end
  259.         end
  260.         inherited lvwPrograms: TListView
  261.           Width = 345
  262.           Height = 113
  263.           OnEditing = lvToolsEditing
  264.           OnExit = lvToolsExit
  265.         end
  266.         inherited txtProgram: TEdit
  267.           Top = 184
  268.           Width = 265
  269.         end
  270.         inherited txtDirectory: TEdit
  271.           Top = 232
  272.           Width = 249
  273.         end
  274.         inherited btnBrowseDir: TCorelButton
  275.           Left = 324
  276.           Top = 232
  277.         end
  278.         inherited btnDirVars: TCorelButton
  279.           Left = 340
  280.           Top = 232
  281.         end
  282.         inherited btnProgArgs: TCorelButton
  283.           Left = 340
  284.           Top = 208
  285.           OnClick = RunProgsFramebtnProgArgsClick
  286.         end
  287.         inherited btnBrowseProg: TCorelButton
  288.           Left = 340
  289.           Top = 184
  290.         end
  291.         inherited txtCompilerMess: TEdit
  292.           Top = 256
  293.           Width = 249
  294.         end
  295.         inherited btnCompMessVars: TCorelButton
  296.           Left = 340
  297.           Top = 256
  298.         end
  299.         inherited txtArgs: TEdit
  300.           Top = 208
  301.           Width = 265
  302.         end
  303.         inherited chkHidden: TCheckBox
  304.           Top = 272
  305.         end
  306.         inherited spnTimeout: TSpinEdit
  307.           Left = 120
  308.           Top = 283
  309.         end
  310.         inherited spnDelay: TSpinEdit
  311.           Left = 216
  312.           Top = 283
  313.         end
  314.         inherited btnRegExpr: TCorelButton
  315.           Left = 324
  316.           Top = 256
  317.         end
  318.         inherited spnNeedExit: TSpinEdit
  319.           Left = 312
  320.           Top = 283
  321.         end
  322.         inherited chkDetached: TCheckBox
  323.           Top = 287
  324.         end
  325.       end
  326.     end
  327.     object TabSheet5: TTabSheet
  328.       Caption = 'Tools'
  329.       ImageIndex = 4
  330.       object lblToolKind: TLabel
  331.         Left = 8
  332.         Top = 185
  333.         Width = 44
  334.         Height = 13
  335.         Anchors = [akLeft, akBottom]
  336.         Caption = 'T&oolkind:'
  337.         FocusControl = cboToolKind
  338.       end
  339.       object lblIconFile: TLabel
  340.         Left = 8
  341.         Top = 161
  342.         Width = 43
  343.         Height = 13
  344.         Anchors = [akLeft, akRight, akBottom]
  345.         Caption = '&Icon File:'
  346.         FocusControl = txtToolIcon
  347.       end
  348.       object Panel7: TPanel
  349.         Left = 8
  350.         Top = 8
  351.         Width = 346
  352.         Height = 25
  353.         Alignment = taLeftJustify
  354.         Anchors = [akLeft, akTop, akRight]
  355.         BevelOuter = bvLowered
  356.         Caption = ' Project Tools:'
  357.         TabOrder = 0
  358.         object TBToolbar3: TTBToolbar
  359.           Left = 201
  360.           Top = 1
  361.           Width = 144
  362.           Height = 23
  363.           Align = alRight
  364.           Caption = 'Tools'
  365.           Images = CommandsDataModule.imlFilesToolBar
  366.           TabOrder = 0
  367.           object TBItem13: TTBItem
  368.             Caption = 'Add Tool'
  369.             Hint = 'Add|Add new Tool'
  370.             ImageIndex = 8
  371.             OnClick = TBItem13Click
  372.           end
  373.           object TBItem1: TTBItem
  374.             Caption = 'Copy'
  375.             Enabled = False
  376.             Hint = 'Copy|Copy Tool'
  377.             ImageIndex = 12
  378.             OnClick = TBItem1Click
  379.           end
  380.           object TBItem12: TTBItem
  381.             Caption = 'Edit'
  382.             Enabled = False
  383.             Hint = 'Edit|Edit Toolname'
  384.             ImageIndex = 7
  385.             OnClick = TBItem12Click
  386.           end
  387.           object TBItem11: TTBItem
  388.             Caption = 'Remove'
  389.             Enabled = False
  390.             Hint = 'Remove|Remove selected Tool'
  391.             ImageIndex = 1
  392.             OnClick = TBItem11Click
  393.           end
  394.           object TBSeparatorItem3: TTBSeparatorItem
  395.           end
  396.           object TBItem15: TTBItem
  397.             Caption = 'Up'
  398.             Enabled = False
  399.             Hint = 'Up|Move Tool up'
  400.             ImageIndex = 2
  401.             OnClick = TBItem15Click
  402.           end
  403.           object TBItem14: TTBItem
  404.             Caption = 'Down'
  405.             Enabled = False
  406.             Hint = 'Down|Move Tool down'
  407.             ImageIndex = 3
  408.             OnClick = TBItem14Click
  409.           end
  410.         end
  411.       end
  412.       object lvTools: TListView
  413.         Left = 8
  414.         Top = 40
  415.         Width = 346
  416.         Height = 113
  417.         Anchors = [akLeft, akTop, akRight, akBottom]
  418.         Columns = <
  419.           item
  420.             Width = 325
  421.           end>
  422.         HideSelection = False
  423.         RowSelect = True
  424.         ShowColumnHeaders = False
  425.         SmallImages = CommandsDataModule.imlShellIcon
  426.         TabOrder = 1
  427.         ViewStyle = vsReport
  428.         OnDeletion = lvToolsDeletion
  429.         OnEdited = lvToolsEdited
  430.         OnEditing = lvToolsEditing
  431.         OnExit = lvToolsExit
  432.         OnSelectItem = lvToolsSelectItem
  433.       end
  434.       object cboToolKind: TComboBox
  435.         Left = 64
  436.         Top = 181
  437.         Width = 290
  438.         Height = 21
  439.         Style = csDropDownList
  440.         Anchors = [akLeft, akRight, akBottom]
  441.         ItemHeight = 13
  442.         TabOrder = 4
  443.         OnClick = cboToolKindClick
  444.         Items.Strings = (
  445.           'Launch Program'
  446.           'Insert String'
  447.           'Execute Editcommand'
  448.           'DOS Command')
  449.       end
  450.       object nbTools: TNotebook
  451.         Left = 8
  452.         Top = 208
  453.         Width = 346
  454.         Height = 94
  455.         Anchors = [akLeft, akRight, akBottom]
  456.         TabOrder = 5
  457.         object TPage
  458.           Left = 0
  459.           Top = 0
  460.           Caption = 'LaunchProg'
  461.           object lblCommand: TLabel
  462.             Left = 0
  463.             Top = 8
  464.             Width = 42
  465.             Height = 13
  466.             Caption = '&Program:'
  467.             FocusControl = txtToolCommand
  468.           end
  469.           object lblWorkingDir: TLabel
  470.             Left = 0
  471.             Top = 56
  472.             Width = 83
  473.             Height = 13
  474.             Caption = '&Workingdirectory:'
  475.             FocusControl = txtToolDir
  476.           end
  477.           object lblArguments: TLabel
  478.             Left = 0
  479.             Top = 32
  480.             Width = 53
  481.             Height = 13
  482.             Caption = '&Arguments:'
  483.             FocusControl = txtToolsArgs
  484.           end
  485.           object chkCapture: TCheckBox
  486.             Left = 0
  487.             Top = 78
  488.             Width = 105
  489.             Height = 17
  490.             Caption = 'C&apture Console'
  491.             TabOrder = 0
  492.           end
  493.           object txtToolDir: TEdit
  494.             Left = 96
  495.             Top = 52
  496.             Width = 216
  497.             Height = 21
  498.             Anchors = [akLeft, akTop, akRight]
  499.             TabOrder = 5
  500.           end
  501.           object txtToolCommand: TEdit
  502.             Left = 96
  503.             Top = 4
  504.             Width = 231
  505.             Height = 21
  506.             Anchors = [akLeft, akTop, akRight]
  507.             TabOrder = 1
  508.           end
  509.           object btnToolCommand: TCorelButton
  510.             Left = 331
  511.             Top = 4
  512.             Width = 14
  513.             Height = 21
  514.             Hint = 'Browse'
  515.             Anchors = [akTop, akRight]
  516.             Caption = '...'
  517.             ParentShowHint = False
  518.             ShowHint = True
  519.             TabOrder = 2
  520.             OnClick = btnToolCommandClick
  521.           end
  522.           object btnToolCommParam: TCorelButton
  523.             Tag = 1
  524.             Left = 331
  525.             Top = 28
  526.             Width = 14
  527.             Height = 21
  528.             Hint = 'Parameters'
  529.             Anchors = [akTop, akRight]
  530.             Caption = '>'
  531.             ParentShowHint = False
  532.             ShowHint = True
  533.             TabOrder = 4
  534.             OnClick = btnToolCommParamClick
  535.           end
  536.           object btnToolDirParam: TCorelButton
  537.             Tag = 1
  538.             Left = 331
  539.             Top = 52
  540.             Width = 14
  541.             Height = 21
  542.             Hint = 'Variables'
  543.             Anchors = [akTop, akRight]
  544.             Caption = '>'
  545.             ParentShowHint = False
  546.             ShowHint = True
  547.             TabOrder = 7
  548.             OnClick = btnToolDirParamClick
  549.           end
  550.           object btnToolDir: TCorelButton
  551.             Left = 315
  552.             Top = 52
  553.             Width = 14
  554.             Height = 21
  555.             Hint = 'Browse'
  556.             Anchors = [akTop, akRight]
  557.             Caption = '...'
  558.             ParentShowHint = False
  559.             ShowHint = True
  560.             TabOrder = 6
  561.             OnClick = btnToolDirClick
  562.           end
  563.           object txtToolsArgs: TEdit
  564.             Left = 96
  565.             Top = 28
  566.             Width = 231
  567.             Height = 21
  568.             TabOrder = 3
  569.           end
  570.           object chkProgHidden: TCheckBox
  571.             Left = 112
  572.             Top = 78
  573.             Width = 65
  574.             Height = 17
  575.             Caption = '&Hidden'
  576.             TabOrder = 8
  577.           end
  578.           object chkSaveBefore: TCheckBox
  579.             Left = 184
  580.             Top = 78
  581.             Width = 121
  582.             Height = 17
  583.             Caption = '&Save before run'
  584.             TabOrder = 9
  585.           end
  586.         end
  587.         object TPage
  588.           Left = 0
  589.           Top = 0
  590.           Caption = 'InsertString'
  591.           object lblInsertString: TLabel
  592.             Left = 0
  593.             Top = 4
  594.             Width = 70
  595.             Height = 13
  596.             Caption = '&String to insert:'
  597.             FocusControl = txtInsertString
  598.           end
  599.           object txtInsertString: TMemo
  600.             Left = 80
  601.             Top = 8
  602.             Width = 266
  603.             Height = 81
  604.             Hint = 'As Variable for the selected Text use {$Sel}.'
  605.             Anchors = [akLeft, akTop, akRight]
  606.             ScrollBars = ssBoth
  607.             TabOrder = 0
  608.           end
  609.           object btnInsertVars: TCorelButton
  610.             Tag = 1
  611.             Left = 0
  612.             Top = 66
  613.             Width = 75
  614.             Height = 23
  615.             Hint = 'Variables|Variables'
  616.             Caption = '&Variables >'
  617.             TabOrder = 1
  618.             OnClick = btnInsertVarsClick
  619.           end
  620.         end
  621.         object TPage
  622.           Left = 0
  623.           Top = 0
  624.           Caption = 'ExecCommand'
  625.           object lblEditCommand: TLabel
  626.             Left = 0
  627.             Top = 24
  628.             Width = 67
  629.             Height = 13
  630.             Caption = '&Editcommand:'
  631.             FocusControl = cboCommand
  632.           end
  633.           object cboCommand: TComboBox
  634.             Left = 0
  635.             Top = 40
  636.             Width = 346
  637.             Height = 21
  638.             Style = csDropDownList
  639.             Anchors = [akLeft, akTop, akRight]
  640.             ItemHeight = 13
  641.             TabOrder = 0
  642.           end
  643.         end
  644.       end
  645.       object txtToolIcon: TEdit
  646.         Left = 64
  647.         Top = 157
  648.         Width = 272
  649.         Height = 21
  650.         Anchors = [akLeft, akRight, akBottom]
  651.         TabOrder = 2
  652.         OnChange = txtToolIconChange
  653.       end
  654.       object btnIcoBrowse: TCorelButton
  655.         Left = 340
  656.         Top = 157
  657.         Width = 14
  658.         Height = 21
  659.         Hint = 'Browse'
  660.         Anchors = [akRight, akBottom]
  661.         Caption = '...'
  662.         ParentShowHint = False
  663.         ShowHint = True
  664.         TabOrder = 3
  665.         OnClick = btnIcoBrowseClick
  666.       end
  667.     end
  668.   end
  669.   object btnCancel: TCorelButton
  670.     Left = 305
  671.     Top = 349
  672.     Width = 75
  673.     Height = 23
  674.     Anchors = [akRight, akBottom]
  675.     Cancel = True
  676.     Caption = 'Cancel'
  677.     ModalResult = 2
  678.     TabOrder = 1
  679.   end
  680.   object btnOK: TCorelButton
  681.     Left = 225
  682.     Top = 349
  683.     Width = 75
  684.     Height = 23
  685.     Anchors = [akRight, akBottom]
  686.     Caption = 'OK'
  687.     Default = True
  688.     ModalResult = 1
  689.     TabOrder = 2
  690.     OnClick = btnOKClick
  691.   end
  692.   object OpenDialog1: TOpenDialog
  693.     Filter = 'All files (*.*)|*.*'
  694.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofFileMustExist, ofEnableSizing]
  695.     Left = 8
  696.     Top = 344
  697.   end
  698.   object SaveDialog1: TSaveDialog
  699.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  700.     Left = 40
  701.     Top = 344
  702.   end
  703.   object popDirs: TPopupMenu
  704.     Left = 104
  705.     Top = 344
  706.     object Documentdirectory1: TMenuItem
  707.       Caption = 'Documentpath'
  708.       Hint = 'Path to the active Document'
  709.       OnClick = Documentdirectory1Click
  710.     end
  711.     object Programdirectory1: TMenuItem
  712.       Tag = 1
  713.       Caption = 'Programpath'
  714.       Hint = 'Path to the Program'
  715.       OnClick = Documentdirectory1Click
  716.     end
  717.     object Projectpath1: TMenuItem
  718.       Tag = 2
  719.       Caption = 'Projectpath'
  720.       Hint = 'Path to the Project file'
  721.       OnClick = Documentdirectory1Click
  722.     end
  723.     object N7: TMenuItem
  724.       Caption = '-'
  725.     end
  726.     object WindowsDirectory1: TMenuItem
  727.       Tag = 3
  728.       Caption = 'Windows Directory'
  729.       Hint = 'Windows Directory'
  730.       OnClick = Documentdirectory1Click
  731.     end
  732.     object SystemDirectory1: TMenuItem
  733.       Tag = 4
  734.       Caption = 'System Directory'
  735.       Hint = 'System Directory'
  736.       OnClick = Documentdirectory1Click
  737.     end
  738.     object TemporaryDirectory1: TMenuItem
  739.       Tag = 5
  740.       Caption = 'Temporary Directory'
  741.       Hint = 'Temporary Directory'
  742.       OnClick = Documentdirectory1Click
  743.     end
  744.   end
  745.   object actFiles: TActionList
  746.     Left = 168
  747.     Top = 344
  748.     object actFilesAdd: TAction
  749.       Caption = '&Add'
  750.       Hint = 'Add|Add file to Project'
  751.       ImageIndex = 8
  752.       ShortCut = 45
  753.       OnExecute = actFilesAddExecute
  754.     end
  755.     object actFileAddFolder: TAction
  756.       Caption = 'Add &Folder'
  757.       Hint = 'Add Folder| Add all files in a folder'
  758.       ImageIndex = 11
  759.       OnExecute = actFileAddFolderExecute
  760.     end
  761.     object actFilesOpen: TAction
  762.       Caption = '&Open'
  763.       Enabled = False
  764.       Hint = 'Open|Open selected File(s)'
  765.       ImageIndex = 10
  766.       ShortCut = 16463
  767.       OnExecute = actFilesOpenExecute
  768.       OnUpdate = actFilesOpenUpdate
  769.     end
  770.     object actFilesRemove: TAction
  771.       Caption = '&Remove'
  772.       Enabled = False
  773.       Hint = 'Remove|Remove selected File(s)'
  774.       ImageIndex = 1
  775.       ShortCut = 46
  776.       OnExecute = actFilesRemoveExecute
  777.       OnUpdate = actFilesOpenUpdate
  778.     end
  779.     object actFilesUp: TAction
  780.       Caption = '&Up'
  781.       Enabled = False
  782.       Hint = 'Up|Move selected Item up'
  783.       ImageIndex = 2
  784.       OnExecute = actFilesUpExecute
  785.       OnUpdate = actFilesUpUpdate
  786.     end
  787.     object actFilesDown: TAction
  788.       Caption = '&Down'
  789.       Enabled = False
  790.       Hint = 'Down|Move selected Item down'
  791.       ImageIndex = 3
  792.       OnExecute = actFilesDownExecute
  793.       OnUpdate = actFilesDownUpdate
  794.     end
  795.   end
  796.   object popFiles: TTBPopupMenu
  797.     Images = CommandsDataModule.imlFilesToolBar
  798.     Left = 200
  799.     Top = 344
  800.     object TBItem23: TTBItem
  801.       Action = actFilesAdd
  802.     end
  803.     object TBItem22: TTBItem
  804.       Action = actFilesOpen
  805.       Options = [tboDefault]
  806.     end
  807.     object TBItem21: TTBItem
  808.       Action = actFilesRemove
  809.     end
  810.     object TBSeparatorItem5: TTBSeparatorItem
  811.     end
  812.     object TBItem25: TTBItem
  813.       Action = actFilesUp
  814.     end
  815.     object TBItem24: TTBItem
  816.       Action = actFilesDown
  817.     end
  818.   end
  819.   object popStrInsertVar: TPopupMenu
  820.     Left = 72
  821.     Top = 344
  822.     object Selection1: TMenuItem
  823.       Tag = 1
  824.       Caption = 'Selection'
  825.       OnClick = Selection1Click
  826.     end
  827.     object DateTime1: TMenuItem
  828.       Tag = 2
  829.       Caption = 'Date/Time'
  830.       OnClick = Selection1Click
  831.     end
  832.     object Username1: TMenuItem
  833.       Tag = 3
  834.       Caption = 'Username'
  835.       OnClick = Selection1Click
  836.     end
  837.     object FileTitle1: TMenuItem
  838.       Tag = 4
  839.       Caption = 'Filetitle'
  840.     end
  841.     object FiletitlenoExtension1: TMenuItem
  842.       Tag = 5
  843.       Caption = 'Filetitle no Extension'
  844.     end
  845.     object Filename1: TMenuItem
  846.       Tag = 6
  847.       Caption = 'Filename'
  848.     end
  849.     object Filepath1: TMenuItem
  850.       Tag = 7
  851.       Caption = 'Filepath'
  852.     end
  853.     object File1: TMenuItem
  854.       Tag = 8
  855.       Caption = 'File...'
  856.       OnClick = Selection1Click
  857.     end
  858.   end
  859.   object popParams: TPopupMenu
  860.     Left = 136
  861.     Top = 344
  862.     object ActiveDocument1: TMenuItem
  863.       Tag = 10
  864.       Caption = 'Active Document (short)'
  865.       OnClick = ActiveDocument1Click
  866.     end
  867.     object ActiveDocumentlong1: TMenuItem
  868.       Tag = 11
  869.       Caption = 'Active Document (long)'
  870.       OnClick = ActiveDocument1Click
  871.     end
  872.     object MenuItem1: TMenuItem
  873.       Caption = '-'
  874.     end
  875.     object ActiveDocumentwithoutExtension1: TMenuItem
  876.       Tag = 12
  877.       Caption = 'Active Document no Extension (short)'
  878.       OnClick = ActiveDocument1Click
  879.     end
  880.     object ActiveDocumentwithExtenshion1: TMenuItem
  881.       Tag = 13
  882.       Caption = 'Active Document no Extension (long)'
  883.       OnClick = ActiveDocument1Click
  884.     end
  885.     object N6: TMenuItem
  886.       Caption = '-'
  887.     end
  888.     object ActiveDocumentTitleshort1: TMenuItem
  889.       Tag = 14
  890.       Caption = 'Active Document Title (short)'
  891.       OnClick = ActiveDocument1Click
  892.     end
  893.     object ActiveDocumentTitlelong1: TMenuItem
  894.       Tag = 15
  895.       Caption = 'Active Document Title (long)'
  896.       OnClick = ActiveDocument1Click
  897.     end
  898.     object N12: TMenuItem
  899.       Caption = '-'
  900.     end
  901.     object ActiveDocumentTitlenoExshort1: TMenuItem
  902.       Tag = 16
  903.       Caption = 'Active Document Title no Extension (short)'
  904.       OnClick = ActiveDocument1Click
  905.     end
  906.     object ActiveDocumentTitlenoExtensionlong1: TMenuItem
  907.       Tag = 17
  908.       Caption = 'Active Document Title no Extension (long)'
  909.       OnClick = ActiveDocument1Click
  910.     end
  911.     object N10: TMenuItem
  912.       Caption = '-'
  913.     end
  914.     object ActiveDocumentFileextension1: TMenuItem
  915.       Tag = 18
  916.       Caption = 'Active Document File extension'
  917.       OnClick = ActiveDocument1Click
  918.     end
  919.     object N3: TMenuItem
  920.       Caption = '-'
  921.     end
  922.     object ProjectFilenameshort1: TMenuItem
  923.       Tag = 19
  924.       Caption = 'Project Filename (short)'
  925.       OnClick = ActiveDocument1Click
  926.     end
  927.     object ProjectFilenamelong1: TMenuItem
  928.       Tag = 20
  929.       Caption = 'Project Filename (long)'
  930.       OnClick = ActiveDocument1Click
  931.     end
  932.     object N11: TMenuItem
  933.       Caption = '-'
  934.     end
  935.     object ChooseFilenameshort1: TMenuItem
  936.       Tag = 21
  937.       Caption = 'Choose Filename (short)'
  938.       OnClick = ActiveDocument1Click
  939.     end
  940.     object ChooseFilenamelong1: TMenuItem
  941.       Tag = 22
  942.       Caption = 'Choose Filename (long)'
  943.       OnClick = ActiveDocument1Click
  944.     end
  945.     object N9: TMenuItem
  946.       Caption = '-'
  947.     end
  948.     object ModifiedFiles1: TMenuItem
  949.       Tag = 23
  950.       Caption = 'Modified Files'
  951.       OnClick = ActiveDocument1Click
  952.     end
  953.     object N2: TMenuItem
  954.       Caption = '-'
  955.     end
  956.     object Documentpath1: TMenuItem
  957.       Tag = 24
  958.       Caption = 'Documentpath (short)'
  959.       OnClick = ActiveDocument1Click
  960.     end
  961.     object Documentpathlong1: TMenuItem
  962.       Tag = 25
  963.       Caption = 'Documentpath (long)'
  964.       OnClick = ActiveDocument1Click
  965.     end
  966.     object N4: TMenuItem
  967.       Caption = '-'
  968.     end
  969.     object Programpath1: TMenuItem
  970.       Tag = 26
  971.       Caption = 'Programpath (short)'
  972.       OnClick = ActiveDocument1Click
  973.     end
  974.     object Programpathlong1: TMenuItem
  975.       Tag = 27
  976.       Caption = 'Programpath (long)'
  977.       OnClick = ActiveDocument1Click
  978.     end
  979.     object N5: TMenuItem
  980.       Caption = '-'
  981.     end
  982.     object Projectpath2: TMenuItem
  983.       Tag = 28
  984.       Caption = 'Projectpath (short)'
  985.       OnClick = ActiveDocument1Click
  986.     end
  987.     object Projectpathlong1: TMenuItem
  988.       Tag = 29
  989.       Caption = 'Projectpath (long)'
  990.       OnClick = ActiveDocument1Click
  991.     end
  992.     object N8: TMenuItem
  993.       Caption = '-'
  994.     end
  995.     object Systemfolders1: TMenuItem
  996.       Caption = 'Systemfolders'
  997.       object MenuItem2: TMenuItem
  998.         Tag = 50
  999.         Caption = 'Windows Directory'
  1000.         OnClick = ActiveDocument1Click
  1001.       end
  1002.       object MenuItem3: TMenuItem
  1003.         Tag = 51
  1004.         Caption = 'System Directory'
  1005.         OnClick = ActiveDocument1Click
  1006.       end
  1007.       object TemporaryDirectory2: TMenuItem
  1008.         Tag = 52
  1009.         Caption = 'Temporary Directory'
  1010.         OnClick = ActiveDocument1Click
  1011.       end
  1012.     end
  1013.     object N1: TMenuItem
  1014.       Caption = '-'
  1015.     end
  1016.     object CurrentWord1: TMenuItem
  1017.       Tag = 30
  1018.       Caption = 'Current Word'
  1019.       OnClick = ActiveDocument1Click
  1020.     end
  1021.     object Linenumber1: TMenuItem
  1022.       Tag = 31
  1023.       Caption = 'Line number'
  1024.       OnClick = ActiveDocument1Click
  1025.     end
  1026.     object ColumnNumber1: TMenuItem
  1027.       Tag = 32
  1028.       Caption = 'Column Number'
  1029.       OnClick = ActiveDocument1Click
  1030.     end
  1031.     object Prompt1: TMenuItem
  1032.       Tag = 33
  1033.       Caption = 'Prompt'
  1034.       OnClick = ActiveDocument1Click
  1035.     end
  1036.   end
  1037.   object BrowseForFolder: TBrowseForFolder
  1038.     Options = [boNewFolder, boCenter]
  1039.     Left = 308
  1040.     Top = 224
  1041.   end
  1042. end
  1043.